home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Hyper
/
Co-Cz
/
ConnectBBS.cpt
/
Connection BBS
/
background_2777.txt
< prev
next >
Wrap
Text File
|
1988-01-25
|
1KB
|
46 lines
-- background: 2777 from stack: in
-- bmap block id: 17892
-- flags: 0000
-- background id: 0
-- name: Background 1
----- HyperTalk script -----
on openStack
hide message box
hide menuBar
pass openStack
end openStack
on doButton
Answer "Install Button in Home?" with "No" or "Yes"
if it is not "Yes" then exit doButton
choose button tool
get the rect of target
click at (item 1 of it),(item 2 of it)
doMenu Copy Button
put card field "Stage 2" into newScript
get the short name of target
go Home
doMenu Paste Button
set the script of card button it to newScript
put "Move the button where you want it, type Command-Tab, and click it"
end doButton
-- part 16 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=457 top=297 right=319 bottom=485
-- title width / last selected line: 0
-- icon id / first selected line: 11045 / 11045
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
go home
end mouseUp